Fixed Square Root

FixedSqrtLP

function FixedSqrtLP(Value: TFixed): TFixed;

Low precision (8 bit) fixed math squareroot.

FixedSqrtHP

function FixedSqrtHP(Value: TFixed): TFixed;

High precision (16 bit) fixed math square root. This routine is slower that the low precision version.

See Also

Fixed Point Math, TFixed, Fixed Square